home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 049a / sx227r1.zip / XPSHELL.BAT < prev    next >
DOS Batch File  |  1990-07-30  |  538b  |  31 lines

  1. echo off
  2. :
  3. : pass the first parameter as the com port.
  4. : XPMAIL will call this batch file as XPMAIL 1 or 2
  5. :
  6. :
  7. :----------------------------
  8. :goto use_ctty
  9. goto use_gateway
  10. :---------------------------
  11. :
  12. :use_ctty
  13. :
  14.   ctty com%1
  15.   Echo SHELL TO DOS. TYPE EXIT TO RETURN TO OPXPRESS.
  16.   command
  17.   ctty con
  18.   goto exit
  19. :
  20. :use_gateway
  21. :
  22.   CLS >GATE%1
  23.   ECHO Please standby... >GATE%1
  24.   CLS >GATE%1
  25.   Echo SHELLING TO DOS. TYPE EXIT TO RETURN TO OPXPRESS. >GATE%1
  26.   COMMAND  >GATE%1 <GATE%1
  27.   goto exit
  28. :
  29. :exit
  30. :
  31.